home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_QCGRPBUT_H__13FCF016_4A14_11D1_A956_00C0F6A06F60__INCLUDED_)
- #define AFX_QCGRPBUT_H__13FCF016_4A14_11D1_A956_00C0F6A06F60__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
-
- // NOTE: Do not modify the contents of this file. If this class is regenerated by
- // Microsoft Visual C++, your modifications will be overwritten.
-
- /////////////////////////////////////////////////////////////////////////////
- // CQCGrpBut wrapper class
-
- class CQCGrpBut : public CWnd
- {
- protected:
- DECLARE_DYNCREATE(CQCGrpBut)
- public:
- CLSID const& GetClsid()
- {
- static CLSID const clsid
- = { 0xb0a82cc9, 0xe89f, 0x11d0, { 0xa9, 0x56, 0x0, 0xc0, 0xf6, 0xa0, 0x6f, 0x60 } };
- return clsid;
- }
- virtual BOOL Create(LPCTSTR lpszClassName,
- LPCTSTR lpszWindowName, DWORD dwStyle,
- const RECT& rect,
- CWnd* pParentWnd, UINT nID,
- CCreateContext* pContext = NULL)
- { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
-
- BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
- const RECT& rect, CWnd* pParentWnd, UINT nID,
- CFile* pPersist = NULL, BOOL bStorage = FALSE,
- BSTR bstrLicKey = NULL)
- { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
- pPersist, bStorage, bstrLicKey); }
-
- // Attributes
- public:
- CString GetControlTitleFont();
- void SetControlTitleFont(LPCTSTR);
- long GetControlTitleColor();
- void SetControlTitleColor(long);
- long GetControlTitleFontStyle();
- void SetControlTitleFontStyle(long);
- long GetControlTitleFontSize();
- void SetControlTitleFontSize(long);
- long GetControlBorderStyle();
- void SetControlBorderStyle(long);
- long GetControlBorderColor();
- void SetControlBorderColor(long);
- long GetControlColor();
- void SetControlColor(long);
- long GetControlBackgroundColor();
- void SetControlBackgroundColor(long);
- double GetControlBottom();
- void SetControlBottom(double);
- double GetControlLeft();
- void SetControlLeft(double);
- double GetControlRight();
- void SetControlRight(double);
- double GetControlTop();
- void SetControlTop(double);
- long GetControlBorderThickness();
- void SetControlBorderThickness(long);
- CString GetControlTitleString();
- void SetControlTitleString(LPCTSTR);
- long GetControlButtonStyle();
- void SetControlButtonStyle(long);
- long GetControlButtonLook();
- void SetControlButtonLook(long);
- CString GetControllButtonString();
- void SetControllButtonString(LPCTSTR);
- BOOL GetControlButtonLeftText();
- void SetControlButtonLeftText(BOOL);
- long GetControlNumButtons();
- void SetControlNumButtons(long);
- BOOL GetControlButtonHorizontal();
- void SetControlButtonHorizontal(BOOL);
- long GetControlOffColor();
- void SetControlOffColor(long);
- long GetControlButtonState();
- void SetControlButtonState(long);
-
- // Operations
- public:
- long ChangeButtonState(long nSel);
- void ChangeButtonColor(long rgbNewColor, long nSel);
- void UpdateControl();
- void AboutBox();
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_QCGRPBUT_H__13FCF016_4A14_11D1_A956_00C0F6A06F60__INCLUDED_)
-